projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff4bd68
)
(x_term_init) [USE_GTK]: Fix typo.
author
Andreas Schwab
<schwab@suse.de>
Wed, 12 Mar 2003 22:56:38 +0000
(22:56 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Wed, 12 Mar 2003 22:56:38 +0000
(22:56 +0000)
src/ChangeLog
patch
|
blob
|
history
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 46b56d0c3a71e96c8a14a1f6e0da30d590b0958c..c8d55a0373eea7d23e59b7d129af6fb91eaa5e51 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2003-03-12 Andreas Schwab <schwab@suse.de>
+
+ * xterm.c (x_term_init) [USE_GTK]: Fix typo.
+
2003-03-12 Kim F. Storm <storm@cua.dk>
The following changes consolidates the fringe handling from
diff --git
a/src/xterm.c
b/src/xterm.c
index 259b96a791330dad608d63a541f7bd71af26d4e0..5feea82f3c152f194f0abb4eaedecb557e6ef3af 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-14914,7
+14914,7
@@
x_term_init (display_name, xrm_option, resource_name)
char *file = "~/.emacs.d/gtkrc";
Lisp_Object s, abs_file;
- GCPRO2 (s
tr
, abs_file);
+ GCPRO2 (s, abs_file);
s = make_string (file, strlen (file));
abs_file = Fexpand_file_name(s, Qnil);